home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / IMPRIM / IMPRIM.DIR / 00033_Script_33 < prev    next >
Text File  |  1995-10-19  |  243b  |  11 lines

  1. on exitFrame
  2.   repeat with i = 23 to 25
  3.     crop (i)
  4.   end repeat
  5.   if ((the visible of sprite 19 = 1) and (the visible of sprite 20 = 1) and (the visible of sprite 21 = 1)) then go to "tour"
  6.   else
  7.     go to the frame
  8.   end if
  9. end
  10.  
  11.